    .cookie-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        display: none;
        z-index: 9999;
      }

      .cookie-banner {
        position: fixed;
        left: 50%; 
        top: 50%; 
        transform: translate(-50%, -50%);
        width: 350px;
        max-width: 90%;
        background-color: #f9f9f9;
        color: #333333;
        padding: 20px;
        border-radius: 15px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
        display: none;
        flex-direction: column;
        align-items: center;
        font-family: Arial, sans-serif;
        z-index: 10000;
      }

      .cookie-text {
        font-size: 15px;
        line-height: 1.6;
        text-align: center;
        margin-bottom: 15px;
        color: #333333;
      }

      .cookie-buttons {
        display: flex;
        gap: 10px;
        width: 100%;
        justify-content: space-around;
      }

      .cookie-button {
        padding: 10px 20px;
        font-size: 14px;
        font-weight: bold;
        border-radius: 8px;
        border: none;
        cursor: pointer;
        transition: background-color 0.3s ease;
      }

      .cookie-button.accept {
        background-color: #1e88e5;
        color: #ffffff;
      }

      .cookie-button.accept:hover {
        background-color: #1565c0;
      }

      .cookie-button.reject {
        background-color: #e0e0e0;
        color: #333333;
      }

      .cookie-button.reject:hover {
        background-color: #bdbdbd;
      }

      @media (max-width: 480px) {
        .cookie-banner {
          width: 90%;
          padding: 15px;
        }

        .cookie-text {
          font-size: 13px;
        }

        .cookie-button {
          font-size: 13px;
          padding: 8px 15px;
        }
      }

.conatiner-seo{
    margin: 0rem 1.375rem 0rem 1.375rem;
    display: flex;
    flex-direction: column;
}


.conatiner-seo h1{
    text-align: center;
    font-size: var(--title-movil);
    font-weight: 600;
    margin: 1.5rem 0rem;
}

.container-seo--img h2,
.container-seo--img h3{
    text-align: left;
    font-size: var(--subtitle-movil);
    font-weight: 600;
    text-align: center;
    margin: 1rem 0rem;
}

.container-seo--img p{
    font-size: var(--text);
    font-weight: 500;
    text-align: justify;
    margin: 1.5rem 0rem;
    line-height: var(--line-height-movil);
}

.conatiner-seo--{
    display: flex;
    justify-content: center;
}

.container-seo--img img{
    width: 100%;
    height: 100%;

}

.container-seo--img ul li{
    margin: 1.3rem 1.375rem 0rem 1.375rem;
}

.container-seo--img ul li a{
    text-decoration: none;
}

.container-1{
    padding: 2rem 1.375rem 1rem 1.375rem;
}

.container-1 p:nth-child(1) {
    font-size: var(--title-movil);
    line-height: 2.5rem;
    margin-bottom: 1.375rem;
    font-weight: 600;
}

.container-1-- p:nth-child(1){
    font-size: var(--text);
    line-height: var(--line-height-movil);
    text-align: justify;
    font-weight: 500;
}

.container-1--{
    margin: 2rem 0rem 1rem 0rem;
    width: 100%;
}

.container-1-- video{
    width: 97%;
    height: 100%;
}


.container-2{
    margin: 0rem 1.375rem 1rem 1.375rem;
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    padding: 0.4rem 0rem;
}

.container-2 img{
	width: 4.375rem;
	height: 100%;
	margin: 0.5rem;
}


    .E-m-title{
        font-size: var(--title-moviles);
        font-weight: 650;
        text-align: center;
        margin-top: 2rem;
    }

    h6{
        font-size: ;
    }
    
  .C-exp{
    display: flex;
    margin: 2rem 1.375rem;
    flex-direction: column;
    max-width: 100vw;
    justify-content: space-between;
  }

  .C-exp--{
    display: flex;
    flex-direction: column;
    max-width: 100vw;
  }

  .C-exp-- img{
    width: 100%;
    height: 100%;
    margin: 0.5rem 0rem;
    border-radius: 15px;
  }

  h6{
    font-size: var(--subtitle-moviles);
    font-weight: 650;
    text-align: center;
    margin: 0rem 0rem 0.8rem 0rem;
  }

  .C-exp-- p{
    text-align: justify;
    line-height: 32px;
    margin: 0.7rem 0rem  0rem 0rem;
  }

.container-3{
    margin: 0rem 1.375rem 0rem 1.375rem;   
    display: flex;
    flex-direction: column;
    justify-content: center;
}

p.container-3-p {
    font-weight: 600;
    font-size: var(--title-movil);
    text-align: left;
    line-height: 1.2;
    text-align: center;
}

.container-3--img{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 1rem 0rem;
    padding: 0.4rem; 
}

.container-3--img img{
    width: 100%;
    background-size: cover;
}

.container-3--img p{
    font-size: var(--subtitle-movil);
    text-align: justify;
    margin: 1.3rem 0rem;
    font-weight: 600;
    text-align: center;
}

.container-3--img h5{
    text-align: left;
}

.container-3--img p:nth-child(3) {
    font-size: 1rem;
    margin: 0rem 0rem 1rem 0rem;
    line-height: var(--line-height-movil);
    text-align: justify;
    font-weight: 500;
}

.container-3--img p:nth-child(4) {
    font-size: 0.8rem;
}

.container-3--img button{
        cursor: pointer;
        border: none;
        font-size: 1rem;
        cursor: pointer;
        padding: 0.6rem 1rem;
        background-color: var(--color-red);
        border-radius: 1rem;
        color: var(--color-white);
        font-weight: 600;
}




.carousel-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-image: url('../../../img/Propuesta.webp'); /* Imagen de fondo */
  background-size: cover;
  background-position: center;
  padding: 20px 0;
  margin: 1.5rem 0rem;
}

.scroll-wrapper {
  display: flex;
  width: 100%;
  transition: transform 0.5s ease;
  scroll-snap-type: x mandatory;
}

.review-item {
  flex: 0 0 100%; /* 1 tarjeta en móviles */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  scroll-snap-align: center;
}

.review-block {
  background-color: rgba(255, 255, 255, 0.7); /* Fondo transparente modificable */
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  max-width: 300px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
    cursor: pointer;
}

.profile-section {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.profile-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 10px; /* Espacio entre la foto y el nombre */
}

.user-fullname {
  font-size: 14px;
  font-weight: bold;
}

.rating-section {
  font-size: 16px;
  color: gold;
  margin: 10px 0; /* Margen arriba y abajo de las estrellas */
}

.feedback-text {
  font-size: 12px;
  color: #333;
}


        img.icon-play {
    position: absolute;
    width: 4%;
    display: flex;
    opacity: 0;
    transition: 0.6s;
    align-items: center;
    height: 50%;
    justify-content: center;
}
.review-block:hover{
  cursor: pointer;
}
.review-block:hover .icon-play {
    opacity: 1;
}

/* Botones de navegación */
.nav-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 20px;
  padding: 8px;
  cursor: pointer;
  z-index: 100;
  transition: font-size 0.3s ease, padding 0.3s ease;
}

.back-button {
  left: 10px;
}

.forward-button {
  right: 10px;
}



.carousel-container{
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #ccc;
  background-size: cover;
  background-position: center;
  padding: 20px 0;
  margin: 1.5rem 0rem;
}

.scroll-container {
  display: flex;
  width: 100%;
  transition: transform 0.5s ease;
  scroll-snap-type: x mandatory;
}

.testimonial-card{
  flex: 0 0 100%; /* 1 tarjeta en móviles */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  scroll-snap-align: center;
}

.testimonial-content{
  background-color: rgba(255, 255, 255); /* Fondo transparente modificable */
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  max-width: 300px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: space-around;
  gap: 0.8rem;
}

.testimonial-content:hover{
 transform: scale(1.1);
 transition: 0.2s ease;
}


.profile-wrapper{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  flex-direction: column;
}

.profile-picture{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 10px; /* Espacio entre la foto y el nombre */
  padding-bottom: 8px;
  margin-bottom: 6px;
}

.user-name{
  font-size: 14px;
  font-weight: bold;
}

.review-text{
  font-size: 12px;
  color: #333;
}

.navigation-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 20px;
  padding: 8px;
  cursor: pointer;
  z-index: 100;
  transition: font-size 0.3s ease, padding 0.3s ease;
  border-radius: 15px;
}

.navigation-button:hover{
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.2s ease;
}


.back-button {
  left: 10px;
}

.forward-button {
  right: 10px;
}


.previous-button{
    left: 10px;
}

.next-button{
  right: 10px;
}



@media (orientation: landscape) and (max-width: 768px) {
    #menu-container-- {
        height: 30%;
    }
    
    #menu-navegation-movile {
        overflow: scroll;
    }
    
    .container-seo--img h2, 
    .container-seo--img h3, 
    .container-seo--img p {
        max-width: 95%;
    }
    
    #menu-container--.scrolled {
    height: 30% !important;
}
}